home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18303 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: darkstar.UCSC.EDU!dfong
  2. From: dfong@cse.ucsc.edu (Don Fong)
  3. Newsgroups: comp.lang.c++,comp.os.ms-windows.programmer.tools.owl
  4. Subject: Re: BC++ 5.0: send back or wait for patches?
  5. Date: 19 Apr 1996 22:22:05 GMT
  6. Organization: UC Santa Cruz CIS/CE
  7. Message-ID: <4l93md$5o2@darkstar.UCSC.EDU>
  8. References: <4l1lu7$jhb@head.globalcom.net> <4l8a9m$9qd@larry.rice.edu>
  9. NNTP-Posting-Host: arapaho.cse.ucsc.edu
  10.  
  11. In article <4l8a9m$9qd@larry.rice.edu>,
  12. Karsten E. Braaten <karsten@landau.rice.edu> wrote:
  13. >Jeff French (jfrench@shentel.net) wrote:
  14. >> By the way, if things get to bad in the IDE, just create a
  15. >> MAKE file and build your apps using your favorite editor and
  16. >> the command line compilers...they are still available...just
  17. >> a thought.
  18. >
  19. >    Does anybody know if Borland's make can handle lines longer than
  20. >128 characters yet?  If not, make will quickly become a pain in the
  21. >arse with its 'response' files and all.  Peace....
  22.     the problem isn't with make itself; the 128 char limitation is
  23. a DOS limitation.  in order to overcome it, the individual tools
  24. have to have some mechanism for passing a big argument list.
  25. the "response files" are one such mechanism, and make does provide
  26. pretty good support for it.
  27.     i agree it's a pain in the ass.  but make itself is not the problem.
  28.  
  29.     which reminds me - anyone care to share their "secrets of Borland
  30. make"?  i think from reading the manual that it has some pretty
  31. powerful (although quirky) features.  but the documentation alone
  32. is not sufficient to figure out how to use them.  anyone else?
  33.     like, has anyone gotten ".path.obj =" to work?
  34.     what do those {}'s do in rules?
  35.  
  36.     or how about "mysterious bugs of Borland make"?
  37.  
  38. -- 
  39. --- don fong        ``i still want the peace dividend''
  40. --
  41.